﻿@font-face {
 font-family:fontDin1;
 src: url(http://login.114my.cn/memberpic/xsl688/cssnew/DIN-MEDIUM_otf.txt),url(http://login.114my.cn/memberpic/xsl688/cssnew/DIN-MEDIUM_woff.txt),url(http://login.114my.cn/memberpic/xsl688/cssnew/DIN-MEDIUM_eot.txt),url(http://login.114my.cn/memberpic/xsl688/cssnew/DIN-MEDIUM_woff2.txt),url(http://login.114my.cn/memberpic/xsl688/cssnew/DIN-MEDIUM_ttf.txt)}
@font-face {
 font-family:fontDin2;
 src: url(http://login.114my.cn/memberpic/xsl688/cssnew/DIN-BOLD_otf.txt),url(http://login.114my.cn/memberpic/xsl688/cssnew/DIN-BOLD_woff.txt),url(http://login.114my.cn/memberpic/xsl688/cssnew/DIN-BOLD_eot.txt),url(http://login.114my.cn/memberpic/xsl688/cssnew/DIN-BOLD_woff2.txt),url(http://login.114my.cn/memberpic/xsl688/cssnew/DIN-BOLD_ttf.txt)}
 
/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}
 
/*通用代码*/
*{ margin:0px; padding:0px;box-sizing: border-box;}
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1400px; overflow-x:hidden;}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
h1,h2,h3,h4,h5,h6,h7{ font-weight:normal;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #222222; text-decoration: none; font-size:14px;}
a:hover{color:#004097;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
.w1300{width:1300px; margin:0 auto;}
.w1400{width:1400px; margin:0 auto;}
.w1800{margin:0 auto;}
.fr{ float:right;}
.fl{ float: left;}

#copy { display: none;}

.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

.title{text-align: center;font-size: 40px;color: #414755;    font-weight: bold;}
.title i{color: #004097; font-weight: bold;}
.title span{display: block;font-size: 18px;margin: 5px 0 20px 0;font-weight: lighter;color: #888888;}
.title em{ font-size:0; display:inline-block;height: 30px;margin-top: 0px;}
.title em i{ display:inline-block; width:10px; height:10px; border-radius:50%; background:#ccd2cc;animation: bounce_fountainG 1.2s linear infinite;} 
.title em i+i{ margin-left:12px;}
.title em i:nth-child(1){animation-delay: .4s;}
.title em i:nth-child(2){background:#004097;animation-delay: .6s;}
.title em i:nth-child(3){animation-delay: .8s;}
.title b{color: #484848;font-weight: normal;}

@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}
.gd{animation: myfirst 2s infinite; display: inline-block;}  
 @keyframes myfirst {  0% {  
               transform: translate(0px, 0px);  }  
           50% {  
               transform: translate(0px, -10px);  
           }  
           100% {  
               transform: translate(0px, 0px);  
           }  
}
@keyframes widthchange{
        0%{ width:20%}
        50%{ width:100%}
        100%{ width:20%}
        }
}
.mainhovercolor a:hover{color: #004097;}

.mainhovercolor a:hover{color: #d80004;}
.top20{ margin-top:20px;}
.top30{ margin-top:30px;}
.top40{ margin-top:40px;}
.top50{ margin-top:50px;}
.top60{ margin-top:60px;}
.top70{ margin-top:70px;}
.top80{ margin-top:80px;}
.top100{ margin-top:100px;}
.hovermaincolor a:hover{ color:#004097;}

/*公用*/
.page,.content{ width:1400px; margin:0 auto; overflow: hidden;}
.content1{ width:1400px; margin:0 auto; position: relative;}
.pr{position: relative;}
.pa{position: absolute;}
.nno{margin:0px !important;padding:0px !important;border:none !important;}
.nnx{margin-right:0px !important;}
.page.w1400{overflow:visible;}
/*抬头*/

.header{ height:125px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;padding-right:1.5%;}
.hright,.hright nav ul,.hbtn,.htel,.hlogo,.aligbb{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;    float: right;}
.hleft{ position:relative; z-index:99; height:154px; width:192px;float: left;}
.hlogo{height:204px; width:247px; background:#004097;justify-content:center;float: left;}
.hlogo img{justify-content:center; margin-top:4px;}

.hmean{ text-align:center; font-size:23px; color:#222222;  font-weight: bold; position:absolute; margin-top:1.5%; margin-left:270px;}
.hmean p{ color:#222222; font-size:18px; font-weight:100; margin-top:5px;}

.nav ul li{ position:relative; margin-right:36px;}
.nav ul li>a{ display:block; font-size:16px; color:#222222; line-height:125px; position:relative;}
.nav ul li>a:after{ content:''; display:block; position:absolute; left:0; right:0; margin:0 auto; width:21px; height:18px; transition:all .3s ease; transform:scale(0); bottom:12px;} 
.nav ul li.cur>a:after,.nav ul li:hover>a:after{ transform:scale(1);}
.nav ul li.cur>a,.nav ul li:hover>a{color:#004097;}
.nav>ul>li .dropmenu{width:270%;position:absolute;top:100%;left:-80%;z-index: 99;transform-origin: 0 0;transform: perspective(600px) rotateX(-90deg);transition:600ms ease;}
.nav>ul>li:hover .dropmenu{transform: perspective(600px) rotateX(0deg);transition:600ms ease;cursor:pointer; }
.nav>ul>li .dropmenu a{font-size:14px;display:block;line-height:50px;text-align:center;color:#fff;background:rgba(0,0,0,.6);transition:600ms ease; margin-top:1px;}
.nav>ul>li .dropmenu a:hover{background:#004097;}
.nav>ul>li table,.nav>ul>li tbody,.nav>ul>li tr,.nav>ul>li td{ display:block;}

.nav>ul>li>a:after,.nav>ul>li>a:before{ content:''; display:block; position:absolute; left:0; right:0; margin:0 auto; z-index:9; transition:all .3s ease;bottom: 0px;}
.nav>ul>li>a:after{ width:7px; height:7px; border:3px solid #fff; background:#004097; border-radius:50%; top:115px; transform:scale(0);}
.nav>ul>li>a:before{ width:1px; height:0; background:#004097; z-index:10;}
.nav>ul>li.cur>a:before,.nav>ul>li:hover>a:before{ height:35px;}
.nav>ul>li.cur>a:after,.nav>ul>li:hover>a:after{ transform:scale(1);}
@media screen and (max-width:1700px){
	.nav ul li{ margin-right:20px;}
	.nav ul li>a{ font-size:17px;}
	}
@media screen and (max-width:1580px){
	.nav ul li{ margin-right:26px;}
	.nav ul li>a{ font-size:16px;}
	}
	
.htelicon{border-radius:50%; background:rgba(14,93,212,.2); margin-left:20px;cursor:pointer;}
.htelicon span{ display:block; margin:6px; background:#004097 url(../uploadfile/image/20210524/20210524095301_1179907382.png) no-repeat center; border-radius:50%; width:38px; height:38px;}

.alibbgb{border-radius:50%; background:rgba(14,93,212,.2); margin-left:20px;cursor:pointer;}
.alibbgb span{ display:block; margin:6px; background:#004097 url(../uploadfile/image/20210524/20210524095301_335075520.png) no-repeat center; border-radius:50%; width:38px; height:38px;}

.hseaicon{background:rgba(14,93,212,.2); border-radius:50%; cursor:pointer;}
.hseaicon span{display:block; margin:6px; background:#004097 url(../uploadfile/image/20210524/20210524095301_1726864021.png) no-repeat center; border-radius:50%; width:38px; height:38px;}
.hsearch{ height:98px;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; position:relative;}

.hsearch:hover .iser_box{transform: rotateX(0deg);}
.hsearch:hover .hseaicon span{ background-color:#0d469c;}
.hsearch:hover .htelicon span{ background-color:#0d469c;}
.aligbb:hover .alibbgb span{ background-color:#0d469c;}

.iser_box{background: rgba(255,255,255,0.8); position: absolute;top:105%;right: 0;padding: 30px; transform-origin: top; transform: rotateX(90deg);transition: all 0.5s;z-index: 9;}
.search_l{display:flex;align-items:center;justify-content:end;width:600px;}
.search_l span+span{margin-left:10px;}
.search_l a{color: #666;font-size: 14px;}
.search_l a:hvoer{color: #004097 !important;font-size: 14px;}
.search_r{margin-top:15px;position:relative;}
#infoname{width:100%;height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;}
.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}
.itel_box{width:228px;}
.itel_box p{padding-left:25px;color:#333;position:relative;}
.itel_box p:before{position:absolute;left:0;color:#333;}
.itel_box em{font-family:'arial';font-size:26px;font-weight: bold;color:#004097;margin-top:10px;}
.htel{ width:500px;}
.htel p+p{ margin-left:60px; font-size:16px; color:#888888;}
.htel p em{ display:block; font-size:30px; color:#0e5dd4; font-family:Arial, Helvetica, sans-serif; padding-top:8px;}
.dian{ width:100%;height: 5px;background: #cfdff6;}


/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#f5f5f5;}
.banner-box{ min-width:1400px; height:638px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:638px; background-position: center; background-repeat: no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;
    height: 80%;
    position: relative;
    z-index: 9;}
.banner-btn{ width: 100%; position: absolute; top:240px; left: 0; margin-left: 0; height: 400px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px; background:url(http://login.114my.cn/memberpic/xsl688/uploadfile/image/20210323/20210323165040_1348878075.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(http://login.114my.cn/memberpic/xsl688/uploadfile/image/20210323/20210323165040_1348878075.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:50px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #0e5dd4;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }
.banner-box .bd li{ -webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 3.5s ease-out  both;}


/* 前言 */

.qy-w{width: 100%;min-width: 1400px;height: 477px;background: url(../uploadfile/image/20210526/20210526093913_1953990886.jpg)no-repeat top center;}
.qy-w .page{display: flex;padding-top: 76px;box-sizing: border-box;}
.qy-pic{height: 326px;  background: #fff;  border-radius: 20px;  position: relative; background: #fff;     margin-right: 104px;}


.qy-cont{ margin-top:6px;}
.qy-cont b{ color:#004097;}
.qy-video{ width: 444px; height: 321px; background: url(../uploadfile/image/20210526/20210526094858_1844335943.jpeg) no-repeat;     margin: 25px;}

.dot{top:42%; position: absolute; left:45.3%; z-index: 2; width:70px; height:70px; border-radius:50%; -webkit-transform: rotate(0deg); transform: rotate(0deg); 
background:url(../uploadfile/image/20210527/20210527090456_113649191.png) no-repeat center;}
.pulse{background: #004097; cursor:pointer;}
.pulse1 {position: absolute; left:208px; top:122px; z-index: 1; width:100px; height:100px; border-radius: 50%; opacity: 1; -webkit-animation: warn1 1.5s ease-out; animation: warn1 1.5s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;background: #004097;box-shadow: 1px 1px 20px #004097;}

.video_box{width:100%;height:100%;background:rgba(0,0,0,0.6);position: fixed;top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999;transition:600ms ease;}
.video{position: fixed;top:-100%;left:60%;margin-top:-250px;margin-left:-500px;transition:600ms ease;}
.video img{width: 700px;height: 410px;margin: 0;}
.video_box.cur .video,.video_box.cur .video_x{top:50%;transition:600ms ease;}
.video_x{width:50px;height:50px;border-radius:50px;background:#004097;position: fixed;top:-100%;left:50%;margin-left:350px;margin-top:-270px;text-align: center;line-height:50px;font-size:25px;font-weight: lighter;cursor: pointer;transition:600ms ease; color:#f3f2f3;}

/*闪闪发光动画*/
@-webkit-keyframes warn1 {
0% {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    opacity: 0.0;
}

25% {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    opacity: 0.3;
}

50% {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    opacity: 0.5;
}

75% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0.7;
}

100% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0.0;
}
}

.qy-cont>p{font-size: 30px;font-weight: lighter;color: #333;}
.qy-cont .line{width: 50px;height: 1px;background-color: #aaaaaa;margin: 20px 0 30px 0;}
.qy-cont>span{font-size: 20px;color: #333333;}
.qy-cont>i{font-size: 15px;color: #aaaaaa;display: block;line-height: 36px;margin-top: 4px;}
.qy-li{display: flex;margin-top: 46px;width: 100%;justify-content: space-between;padding-right: 20px;box-sizing: border-box;}
.qy-li li{display: flex;}
.qy-li li span{font-size: 55px;color: #3f3f40;font-family: Impact;}
.qy-li li p{font-size: 16px;color: #666;    line-height: 25px;    padding-left: 10px; margin-top: 10px;}
.qy-li li i{display: block;background: #004097;color: #fff;border-radius: 14px;text-align: center;    width: 44px;}




/*广告*/
.problem{height: 517px;background: url(../uploadfile/image/20210528/20210528084716_1122603470.jpg) no-repeat center;}
.pbtitl span{font-size: 36px;color: #004097;font-weight: bold;}
.pbtitl i{font-size: 22px;color: #353a3e;display: block;}
.pbtitl em{font-size: 30px;color: #353a3e;font-weight: lighter;}
.pbtitl b{font-size: 48px;color:#004097;}
.pbtitl i:after{content: '';display: block;width: 26px;height: 4px;background: #8da0b5;margin: 15px 0 5px 0;}
.pbtitl{margin: 55px 0 0 25px;}
.pbul{margin-top: 49px; font-size: 0;}
.pbul li+li{margin-top: 17px;}
.pbul li p{display: inline-block;vertical-align: top;width: 235px;height: 45px;line-height: 45px;border-radius: 25px;background: #fff;text-align: center;font-size: 18px;color: #6b7177;font-weight: lighter;transition: all .3s ease; position: relative;}
.pbul li p+p{margin-left: 40px;}
.pbul li p:hover{background: #004097;color:#fff;}
.pbul li p:after{content: '';display: block;position: absolute;width: 32px;height: 48px;background: url(http://login.114my.cn/memberpic/024079/uploadfile/image/20201022/20201022104551_1754634271.png) no-repeat center;right: -7px;top: -3px;}
.pbul{padding-right: 11%;}
.gg_b p{color: #fff;font-size: 40px;    padding-top: 30px; font-weight: normal;    padding-top: 130px;    text-align: center;}
.gg_b i{font-weight: bold;color:#fff;}
.gg_c{color: #fff;font-size: 16px;padding-top: 15px;    text-align: center;}
.gg_c i{color: #fff;font-size: 36px;font-family: DIN-Medium;} 


/*应用案例*/
.case_bg{background:url(../uploadfile/image/20210524/20210524163429_1404469400.jpg) no-repeat center top;height: 873px;}
.case_list{width: 710px;}
.case_list li{width: 230px;height: 185px;background: #fff;margin-bottom: 10px;float: left;text-align: center;cursor: pointer;transition: 0.3s ease all;}
.case_list li:nth-child(3n){margin-left: 10px;}
.case_list li:nth-child(2){margin-left: 10px;}
.case_list li:nth-child(8){margin-left: 10px;}
.case_list li:nth-child(5){margin-left: 10px;}
.case_list li i{width: 62px;height: 62px;background: url(../uploadfile/image/20210524/20210524164223_441849269.png)no-repeat center;display: inline-block;margin-top: 28px;transition: 0.3s ease all;}
.case_list li p{font-size: 20px;font-weight: 500;color: #484848;line-height: 40px;transition: 0.3s ease all;margin-top: 8px;}
.case_list li d{font-size: 12px;color: #aaaaaa;transition: 0.3s ease all;    text-transform: uppercase;}
#case_box{width:680px;}
.case_box{position: relative;height: 575px;}
.case_txt{    position: absolute;bottom: 0px;left: 0px;width: 680px;height: 110px;background: rgba(0,0,0,0.6);padding: 30px;}
.case_txt p{font-size: 22px;color: #fff;font-weight: lighter;}
.case_txt d{font-size: 14px;color: #fff;font-weight: lighter;line-height: 30px;}
.case_txt a{color: #fff;font-size: 14px;}
.case_txt a:hover{color: #ff0;}
.case .tempWrap{float: right;}
.case_list li.on{background: #004097;box-shadow: 0px 0px 10px rgba(0,0,0,0.2);}
.case_list li.on i{background:url(../uploadfile/image/20210524/20210524164223_80328440.png)no-repeat center;}


.case_list li.on p{color:#fff;}
.case_list li.on d{color: #fff;}

.fwc a:hover{background:#ffa200;}
.case_appli{display: inline-block;margin-top: 30px;}
.case_appli .tempWrap {width:1300px !important;}
.case_appli table tr {display:block;height:107px;}
.case_appli table tr td {border:1px solid #dddddd;display:inline-block;padding-left: 0 !important;position:relative;overflow:hidden;}
.case_appli table tr td+td {margin-left:4px;}
.case_appli table tr td  img {    margin-bottom: 0px !important;}
.case_appli table tr td:hover div a {display: block;position: absolute;bottom:0;width: 200px;height: 100%;
 color: #fff !important;-webkit-transition: all 0.5s;transition: all 0.5s;display: flex;justify-content: center;align-items: center;    z-index: 5;}
.case_appli table tr td div a {display: block;position: absolute;width: 200px;height: 28px;line-height: 28px;color: #fff !important;-webkit-transition: all 0.5s;transition: all 0.5s;}
.case_appli table tr td:before, .case_appli table tr td:after {position: absolute;top: 50%;
content: ''; width: 20px;height: 20px;background: rgb(10 99 190 / 30%);border-radius: 50%;
z-index: 1;}
.case_appli table tr td:before {left: -20px;-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.case_appli table tr td:after { right: -20px;-webkit-transform: translate(50%, -50%);
 transform: translate(50%, -50%);}
.case_appli table tr td:hover:before {-webkit-animation: criss-cross-left 0.8s both;
animation: criss-cross-left 0.8s both;}
.case_appli table tr td:hover:after {-webkit-animation: criss-cross-right 0.8s both;
animation: criss-cross-right 0.8s both;}
@-webkit-keyframes criss-cross-left {
  0% {left: -20px;}
  50% { left: 50%; width: 20px;height: 20px;}
  100% {left: 50%;width: 375px;height: 375px;}
}
@keyframes criss-cross-left {
  0% {left: -20px;}
  50% {left: 50%;width: 20px;height: 20px;}
  100% {left: 50%;width: 375px;height: 375px;}
}
@-webkit-keyframes criss-cross-right {
  0% {right: -20px;}
  50% { right: 50%;width: 20px;height: 20px;}
  100% {right: 50%;width: 375px; height: 375px;}
}
@keyframes criss-cross-right {
  0% {right: -20px;}
  50% {right: 50%;width: 20px;height: 20px;}
  100% {right: 50%;width: 375px;height: 375px;}
}


/*产品*/
.protitle{ text-align:center; font-size:40px; color:#222222; padding-top:50px;}
.protitle b{font-weight:normal;}
.protitle b i{color:#004ea2; font-weight:bold;}
.protitle span{ display:block; font-size:18px; font-weight:lighter; margin:5px 0 10px 0;}
.protitle em{ display:inline-block; height:12px;}
.protitle em i{ display:inline-block; width:12px; height:12px; border-radius:50%; background:#b3b3b3;animation: bounce_fountainG 1.2s linear infinite;} 
.protitle em i+i{ margin-left:10px;}
.protitle em i:nth-child(1){animation-delay: .4s;}
.protitle em i:nth-child(2){background:#004ea2;animation-delay: .6s;}
.protitle em i:nth-child(3){animation-delay: .8s;}
.sort_bg{width:1428px; height:335px; margin:0 auto; background:url(../uploadfile/image/20210526/20210526172119_708817935.png) no-repeat; margin-top:30px;margin-bottom: 10px;}
.sort_c{width:1400px; margin:0 auto; padding-top:70px;}
.sort_c .s1{width:350px; float:left; text-align:center;}
.sort_c .s2{width:30px; float:left; padding-top:25px;}
.sort_c .s3{width:320px; float:left; text-align:center;}
.sort_c .sort_font_t{color:#bbb; font-size:14px; text-transform:uppercase; font-weight:lighter;}
.sort_c .sort_font_c{color:#333; font-size:25px; padding-top:2px;}
.sort_c .sort_font_c a{color:#333; font-size:25px;}
.sort_c .sort_font_c a:hover{color:#004ea2; font-size:25px;}
.sort_c .sort_font_b{padding-top:40px; color:#bbb; font-size:16px; line-height:30px; font-weight:lighter;}
.cp{margin-top: 20px;}
.sort_font_b{width:290px; margin:0 auto;}
.sort_font_b td a{background:#e8e8e8; line-height:45px; text-align:center; display:block; font-size:15px; margin-top:10px;}
.sort_font_b td a:hover{background:#004097; color:#fff;}
.sort_font_b td:nth-child(2) a,.sort_font_b td:nth-child(4) a{margin-left:10px;}

/*瑞泰风产品六大优势*/
.prod_adva{min-width: 1400px;}
.yous2 a {padding: 10px 17px 10px 17px;margin-left: 10px;color: #b3b3b3;font-size: 16px; border-radius: 10px;border: 1px solid #b3b3b3;}
.yous2 a.on {background: #004097;border: 1px solid #004097;color: #fff;}
.yous2{text-align: center;padding-top: 44px;}
.section-title {text-align: center;margin-bottom:20px;font-size: 32px;font-weight: bold;}
.section-title small {display: block;font-weight: normal;font-size: 18px;}
.PainPoints{background: url(../uploadfile/image/20210526/20210526190301_2049114520.jpg) no-repeat center;height:1009px;overflow: hidden;    position: relative; margin-top:30px;min-width: 1400px;}
.PainPointsTitle{text-align: center;}
.PainPointsTitle h3{color: #333;font-size: 32px;font-weight: normal;}
.PainPointsTitle h3 b{font-weight: normal;width: 63px;height: 63px;display: inline-block;*display: inline;*zoom: 1;background-color: #aa251c;border-radius: 50%;text-align: center;line-height: 63px;color: #fff;margin: 0 1px;}
.PainPointsTitle p{color: #333;font-size: 24px;margin-top: 10px;}
.d1{height: 1029px;}

.d1:after {    content: "";
    width:1920px;
    height:100%;
 background:url(../uploadfile/image/20210528/20210528172252_1364980493.png)no-repeat center;
    position: absolute;
    left: 25%; background-size: 100%;}
.d2:after {    content: "";
    width:1920px;
    height:100%;
 background:url(../uploadfile/image/20210528/20210528172252_1541699709.png)no-repeat center;
    position: absolute;
    left: 49.92%; background-size: 100%;}
.proshow table,.proshow tbody ,.proshow tr{display:contents; width:auto; vertical-align:top;}
.proshow td{ display:inline-block; vertical-align:top; box-sizing: border-box; width:24.25%;  padding:0 !important; transition:all .3s ease;position: relative; border: 1px solid #eaeded;margin-top: 20px;}
.proshow td+td{margin-left:1%;}
.proshow td br{ display:none;}
.proshow td a,.proshow td span{ display:block; position:relative; overflow:hidden;}
.proshow td>a img{ width:100%; height:auto; transition:all .6s ease;}
.proshow td span a{ position: relative;line-height:70px; font-size:18px; color:#323636; font-weight: lighter;transition:all .3s ease; margin-bottom:36px;}
.proshow td>a{border-bottom: 1px solid #eaeded;}
.proshow td>a:after{content:''; display:block; position:absolute;  top:0; left:0; width: 100%; height: 100%;background: rgba(0,0,0,.2);opacity: 0;transition: all .3s ease;}
.proshow td:hover>a:after{ opacity: 1;}
.proshow td:hover span a{color: #004097;}
.proshow td:hover>a img{ transform:scale(1.1);}
.proshow td .promore{width: 110px;height: 36px; line-height: 36px;left: 0;right: 0;margin: 0 auto;background: #eef1f1;font-size: 14px;color: #9a9e9e; position: absolute; bottom: 0;transition: all .3s ease; font-weight:lighter;}
.proshow td:hover .promore{background: #004097;color: #fff; letter-spacing: 4px;}
.proshow1{ margin-top:1%;width: 96%;margin: 0 auto;    margin-bottom: 40px;}
.a11{width: 790px;}
.a22{width: 610px;}
.d1{min-width: 1400px;}
.d2{min-width: 1400px;}
.a1 p{color: #a8aaad;font-size: 25px;    line-height: 60px;}
.a1 span{display: block;color: #62656b;font-size: 14px;    line-height: 24px;}
.a1{width: 187px;float: left;    margin-top: 380px;}
.aa1{float: right;margin: 4px -17px 0 0;}
.a2 p{color: #a8aaad;font-size: 25px; line-height: 60px;}
.a2 span{display: block;color: #62656b;font-size: 14px; line-height: 24px;}
.a2{width: 264px;float: left;    margin: 194px 0 0 -171px;}
.a3 p{color: #a8aaad;font-size: 25px; line-height: 60px;}
.a3 span{display: block;color: #62656b;font-size: 14px; line-height: 24px;}
.a3{width: 222px;float: left;margin-top: 42px;}
.a4 p{color: #a8aaad;font-size: 25px; line-height: 60px;    padding-left: 107px;}
.a4 span{display: block;color: #62656b;font-size: 14px; line-height: 24px;}
.a4{width: 303px;float: left;    margin-top: 42px;}
.a5 p{color: #a8aaad;font-size: 25px; line-height: 60px;}
.a5 span{display: block;color: #62656b;font-size: 14px; line-height: 24px;}
.a5{width: 150px;float: left;margin: 194px 0 0 40px;}
.a6 p{color: #a8aaad;font-size: 25px; line-height: 60px;}
.a6 span{display: block;color: #62656b;font-size: 14px; line-height: 24px;padding-left: 34px;}
.a6{width: 161px;float: left;margin: 90px 0 0 450px;}
.aa1{float: right;margin: 4px -17px 0 0;}
.aa2{float: right;margin: -31px -65px 0 0;}
.aa3{float: right;margin: -4px -68px 0 0;}
.aa4{float: left;margin: -4px 0px 0 16px;}
.aa5{float: left;margin: -33px 0px 0 -90px;}
.aa6{float: left;margin: -65px 0px 0 -51px;}







/*优势*/
.adv{width: 100%;height: 895px; background: url(../uploadfile/image/20210525/20210525112140_572370256.jpg) center top no-repeat;}
.ys{ margin:32px auto 0;width:1400px;height:588px;position:relative;}
.ys h2{ font-weight:bold; color:#333; text-align:center; padding-bottom:30px; font-size: 36px;}
.ys h2 span{color:#09a201; font-size: 36px;}
.yst{color:#666; text-align:center; padding-bottom:10px; font-size: 26px;}
.ys_c{ width: 1400px; height:610px;}
.ys_c dt{float:right;width:701px;margin-top:10px;}
.ys_c dt img{ width:960px; height:590px;}
.ys_c dd{ width:638px;float:left;overflow:hidden;}
.ys_c dd .numb{width:81px;height:81px;position:relative;font-size:30px;color:#fff;text-align:center;line-height:81px;float:left;border-radius:50%;z-index:0;    margin-right:30px;margin-top: 30px;font-family: DIN;}

.ys_c dd h3{margin: 44px 0px;}
.ys_c dd h3 span{font-size:33px;color:#004097;padding-top:21px;line-height:40px;letter-spacing:2px;font-weight:bold;padding-left: 0px !important;    display: block;}
.ys_c dd h3 span em{font-size:30px; font-family: Arial;font-weight: normal; color: #004097;text-transform:uppercase;display: block;letter-spacing:0px;}
.ys_c dd p{overflow:hidden;font-size:16px;color:#a6afb9;line-height:35px;  margin-bottom: 15px;padding-left: 25px !important;position:relative;}
.ys_c dd p:before {content: "◎";position: absolute;left: 0px;font-size: 16px;}
.ys_c ul{height:164px; overflow:hidden;margin-top: 54px;}
.ys_c li{ float: left;width:210px;height:133px; margin-right: 2px; color:#434343;font-weight: bold;    background: #ebedf2;}
.ys_c li em{display:block;text-align:center;font-size:16px;text-transform:uppercase;color:#78818c;font-weight:100;font-weight: normal;}
.ys_c li span{ padding:36px 0 0 0 !important; font-size: 36px;text-align: center;margin:0px !important;display: block;line-height: 30px;color: #343a42;}
.ysnav{ position: absolute; bottom:55px; width:730px; right:-70px; z-index: 2;overflow: hidden;height:187px;}
.ysnav li{ float: left; width: 160px; height:187px; overflow: hidden; font-size: 30px; color:#434343; text-align: center; background: #fff;   margin-right: 10px;    line-height: 46px;cursor: pointer;}
.ysnav li img{ display: block; margin: 8px 10px; width:140px; height:80px;}
.ysnav li.cur{ color:#fff; background:#004097;}
.ysnav li.cur img{ width:140px;height:80px;}
.ysnav i{display: block;margin-top: -14px;font-size: 18px;font-weight: normal;}
.ys_c li i{font-size: 18px;font-weight: normal;}


/* 应用场景*/
.anli2 a {background: #666666;padding: 15px 20px 15px 20px;margin-left: 10px;color: #fff;font-size: 16px; border-radius: 10px;;}
.anli2 a:hover{background: #0072c8;}
.anli2 a.on {background: #0072c8;}
.anli2{text-align: center; padding-top:30px;}
.use{height:927px;  padding: 80px 0; background: #f0f3f3 url(../uploadfile/image/20210526/20210526162052_1512613218.jpg) no-repeat bottom center;  overflow:hidden;}
.usecon *{ box-sizing:border-box;}
.usecon .swiper-slide{ margin-bottom:60px; border:6px solid transparent;}
.usecon{width:90%; margin:0 auto 0 auto; position:relative; overflow:hidden;}
.usecon .swiper-slide a{ display:block;}
.usecon .swiper-slide a img{width:100%;height:auto; opacity:.9;}
.usecon .swiper-slide.swiper-slide-active{ border-color:#ffffff; opacity:1;}
.usecon .swiper-slide a p{ position:absolute; width:100%; top:110%; text-align:center; font-size:20px; color:#323636; opacity:0; transition:all .3s ease;}
.usecon .swiper-slide.swiper-slide-active a img{ opacity:1;}
.usecon .swiper-slide.swiper-slide-active p{ top:110%; opacity:1; width:70%; left:15%;}
.usecon .swiper-slide.swiper-slide-active p span a:hover{ color:#0072c8}
.use .usejt{ position:relative; text-align:center;}
.usejt>div+div{ margin-left:450px;}
.usejt>div{ position:relative; display:inline-block; vertical-align:top; background:#dadede; width:64px;height:56px; top:-15px;left:inherit; right:inherit;}
.casecenter{margin-top: 60px;}




/*流程*/
.liucheng{background:url(../uploadfile/image/20210525/20210525155332_1649793992.jpg) no-repeat center;height:730px;}
.process ul{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start; position:relative;}
.process_wt{margin-top: 20px;}
.process ul li{ width:165px;text-align:center;position: relative; z-index: 3;}
.pctop{ height:212px; background:#eaecf1; position:relative; -webkit-transition:all .3s ease; transition:all .3s ease; font-size:18px; color:#666666; line-height:30px; font-weight:lighter; margin-bottom:50px;}
.pctop .pcicon{ display:inline-block; margin:40px 0 -6px 0; width:52px; height:62px; background:url(../uploadfile/image/20210525/20210525164125_2083390611.png) no-repeat left top; -webkit-transition:all .3s ease; transition:all .3s ease;}
.process ul li:nth-child(1) .pctop .pcicon{ background-position-x:9px; width:57px;}
.process ul li:nth-child(2) .pctop .pcicon{ background-position-x:-68px; width:57px;}
.process ul li:nth-child(3) .pctop .pcicon{ background-position-x:-164px;}
.process ul li:nth-child(4) .pctop .pcicon{ background-position-x:-246px;width:62px;}
.process ul li:nth-child(5) .pctop .pcicon{ background-position-x:-363px; width:65px;}
.process ul li:nth-child(6) .pctop .pcicon{ background-position-x:-463px; width:69px;}
.process ul li:nth-child(7) .pctop .pcicon{ background-position-x:-578px; width:70px;}
.pctop:before{ content:''; display:block; position:absolute; width:100%; height:0; -webkit-transition:all .3s ease; transition:all .3s ease; top:0; left:0;background:#0f5dbf;border-radius:10px 10px 0 0;}
.pctop:after{ content:''; display:block; position:absolute; left:0; right:0; top:100%; -webkit-transition:all .3s ease; transition:all .3s ease; width:0; height:0; margin:0 auto; border-left:17px solid transparent; border-right:17px solid transparent; border-top:17px solid #eaecf1;}
.pcnum{ display:inline-block; position:relative; z-index:3; width:82px; height:82px; border:1px solid #f1f1f1; font-family:'fontMd'; font-size:40px; color:#aaafbb; font-weight:bold; line-height:80px; border-radius:50%; background:#fff;}
.process ul li:hover .pcicon{background-position-y:-81px;}
.process ul li:hover .pctop:after{ border-top-color:#0f5dbf; }
.process ul li:hover .pc_t i {color: #fff;}
.process ul li:hover .pctop:before{height:100%;}
.pctop p {
    position: relative;
    z-index: 3;
}
.pc_t i{display: block;font-size: 20px;color: #636771;font-weight: bold;    margin-bottom: 10px;}
.pc_t{font-size: 14px;color: #a8abb3;line-height: 24px;}

.yin{ overflow:hidden; height:70px; width:670px;margin: 0 auto; padding-left:30px; padding-top:13px; background: #fff; border-radius: 155px;color: #333; box-shadow: 0px 0px 8px #b0b5c2;    margin-top: 50px;}
.ho{ width:600px; float:left;    padding-left: 20px;}
.yin p {font-size: 25px;color: #19a9eb;font-weight: bold;line-height: 37px;}
.f19{ font-size:16px; padding-left:11px; color:#0b3156; line-height:44px; float:left;}
.f19 b{color:#004097;font-size: 33px;font-family: DIN Medium;    vertical-align: top;}
.dz_lx{margin-top: 12px;    margin-right: -20px;}
.ho .dz_lx a{color: #fff;background:#004097;border-radius: 30px;padding: 10px 34px;font-size: 16px;}
.ho .dz_lx a:hover{background: #0b3156;}
.lc_pic{width: 110px;height:110px;background: #fff;border: 10px solid #41b3ff; border-radius: 50%;margin: 0 auto;}
.proces_bg ul li:hover .lc_pic{background: #fff;border: 10px solid #41b3ff;}
.process ul li:hover .pc_t{color: #fff;}


/*合作客户*/
.custerm{ height:630px; background:url(../uploadfile/image/20210526/20210526123938_1650538918.jpg) no-repeat center; padding:65px 0 0 0;}
.custcon{ padding:95px 0 0 0;}
.custleft_left{width:670px; float:left;}
.custleft_right{width:730px; float:right;}

.custleft{ margin:0px 0 0 0;color:#fff;}
.cust_t{ font-size:32px; font-weight:bold; width:483px; line-height:69px; background:url(../uploadfile/image/20210526/20210526105920_707979757.png) no-repeat center;color: #bcc6e2; } 
.cust_btn{ margin:25px 0 35px 0;}

.liucheng_r{width:440px; float:left; padding-top:55px;}
.liucheng_r .feedback{background:url(../uploadfile/image/20210526/20210526143853_407402861.png) no-repeat; width:440px; height:102px;}
.liucheng_r .feedback .h3{height:43px; padding-left:20px; width:458px; line-height:43px; color:#395cb7;}
.liucheng_r .feedback .h4{height:43px; padding-left:20px; width:249px; line-height:43px; color:#395cb7; margin-top:10px;}
.liucheng_r .feedback .h5{height:43px; width:440px; line-height:43px; color:#395cb7; margin-top:13px;}
.liucheng_r .feedback .h5_l{width:71px; text-indent:20px; float:left;}
.liucheng_r .feedback .h5_c{width:91px; text-align:center; float:left; padding-top:12px;    margin-left: 76px;}
.liucheng_r .feedback .h5_r{width:170px; height:43px; background:#15a300; text-align:center; font-size:18px; color:#fff; float: right;}
.orderlist_tell{border:none; background:none; line-height:43px; width:143px; color:#395cb7;font-size: 16px;}
.orderlist_speak{border:none; background:none; height:43px; line-height:43px; width:249px; color:#395cb7;}
.yzma{border:none; background:none; line-height:43px; width:100px; color:#395cb7;font-size: 16px;}
.submits{width:150px; height:43px; border:none; background:none; background:#15a300; text-align:center; font-size:16px; color:#fff;}   

.cer_bg{ width:730px;}

.cer_tab{ width:86px; display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; height:22px; margin-top:45px;}
.cer_tab li{ width:22px; line-height:22px; text-align:center; font-size:18px; color:#fff; background:#5b5b5b; font-weight:lighter; transition:all .3s ease; cursor:pointer;}
.cer_tab li+li{margin-left:10px;}
.cer_tab li.on{ color:#fff; background:#004097;}

.cer_bg_c_bg{ position:relative; height:266px; margin-top:19px;}
.cer_bg_c ul{position:relative; height:266px; font-weight:lighter;}
.cer_bg_c_img{width:660px;}
.cer_bg_c_img li{width:200px; height:239px; padding:14px 16px 13px 15px; float:left;}
.cer_bg_c_img li+li{margin-left:28px;}
.cer_bg_c_img img{width:169px; height:239px;}
/*公司简介*/
.about{ height:1218px; background:url(../uploadfile/image/20210524/20210524143659_791989957.jpg) no-repeat center;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}
.abcenter{ width:1400px; padding:80px; background:#fff;margin-top: -20px;box-shadow: 0 0 15px rgb(0 0 0 / 20%);}
.abcon{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}

.abtitl span{ display:inline-block; position:relative; font-size:40px; color:#004097;}
.abtitl span:after{ content:''; display:block; position:absolute; border-radius:50%; width:12px; height:12px; border:2px solid #004097; right:-30px; top:3px;}
.abtitl em{ display:block; font-size:18px; color:#9da7b5; font-weight:lighter; margin:10px 0 20px 0;}
.abtitl:after{ content:''; display:inline-block; width:39px; height:5px; background:#87919f;}
.ableft{ width:555px;}
.abc{ font-size:16px; color:#9da7b5; line-height:45px; font-weight:lighter; margin:40px 0 50px 0;}
.abbtn a{ width:214px; line-height:47px; text-align:center; background:#004097; color:#fff; font-size:15px; display:inline-block; transition:all .6s ease;}
.abbtn a:hover{ width:214px; border-radius:10px 0 10px 0; box-shadow:0 0 15px #004097;}


.abxian{background: #f0f0f0; height: 5px; margin-top: 50px;}

.abconn ul{ display:none;}
.abconn ul:nth-child(1){ display: block;}
.abconn tr td{ display:block; float:left; padding-left:0px !important; width:302.7px; height:221px; position:relative; }
.abconn tr td br{ display:none;}
.abconn tr td+td{ margin-left:10px;}
.abconn tr td div a{ display:block;  width:100%; height:45px; left:0px; bottom:0px; line-height:45px; text-align:center; color:#666666; font-size:16px; transition:all 0.5s ease; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.abconn{margin-top: 40px;width: 1400px;    margin-bottom: 36px;}



/*新闻*/
.news{padding:60px 0 20px 0;}
.news_tab{    margin: 10px 0 50px 0; text-align:center;}
.news_tab li{ display:inline-block; vertical-align:top; background: #fff; box-shadow: 0px 0px 12px #bdbdbd; width: 175px; height: 42px; line-height: 44px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;font-weight:100; display:block;color: #666666;}
.news_tab li.on{color:#fff; background:#004097;box-shadow: 0px 0px 10px #ddd;width:175px; height:42px; line-height:44px;}
.news_tab li.on a{color:#fff;}
.news_list{height:541px;width: 100%;overflow: hidden;}
.news_list .news_div{height:540px;}
.news_list .news_div_item{width: 23.65%;display: inline-block;position: relative;height:500px;transition:0.5s; padding:20px; border: 1px #eee solid; background:#fff;}
.news_list .news_div_item+.news_div_item{margin-left:1.79%;}
.news_list .news_div_item_date{position: absolute;top:255px;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;}
.news_list .news_div_item_date::before{position:absolute;content:'';background:url(http://login.114my.cn/memberpic/xsl688/uploadfile/image/20210323/20210323164706_911091061.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content{position: absolute;top:295px;left: 19px;padding-right: 14px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight: 	normal;}
.news_list .news_div_item_a::before{position:absolute;content:'查看新闻详情';bottom: -152px;left: 0;width: 150px;height: 35px;background: #fcfcfc;border-radius: 40px;line-height: 33px;color: #bbbbbb;font-size: 15px;transition:0.5s;padding-left: 33px; border:1px #eee solid; font-weight: 100;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(http://login.114my.cn/memberpic/xsl688/uploadfile/image/20210323/20210323161518_1683041067.png) no-repeat center;width: 18px;height: 14px;left: 133px;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 24px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;}
.news_list .news_div_item_pic{ border:1px solid #eee;}
.news_list .news_div_item:hover .news_div_item_a{color: #004097;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #004097; color:#fff;}
.news_list .news_div_item:hover .news_div_item_a::after{left:134px;transition:0.5s;}

/*版权*/ 
.bqbj{background:url(../uploadfile/image/20210524/20210524134913_600804425.jpg) no-repeat top;height: 360px;}

.links .w1400{ background:url(http://login.114my.cn/memberpic/kuntaijixie/uploadfile/image/20200817/20200817085447_1795556900.png) no-repeat right center;}
.links{ line-height:90px; background:#2a2f35; font-size:18px; color:#fff; text-transform:uppercase;}
.links p span{ padding:0 5px 0 10px;}
.kslj li{ float:left;}
.kslj li+li{ margin-left:100px;}
.kslj li a{ font-size:14px; color:#75787c; line-height:32px; display:block;}
p.crline{ font-size:18px; color:#ffffff;}
p.crline i{display:block; width:110px; height:2px; position:relative; background:#3f4650; margin:25px 0;}
p.crline i:after{ content:''; display:block; position:absolute; height:100%; left:0; top:0; transition:all .4s ease; background:#1fb908; width:30%;}
.kslj li:hover p.crline i:after,.crconcat:hover p.crl.crconine i:after,.crcode:hover p.crline i:after{ width:100%;} 
.crcon{ padding:80px 0 60px 0;}
.kslj li a:hover{ color:#fff;}
.crphone{ font-size:16px; font-weight: lighter; color:#fff;} 
.crphone span{ font-family:impact; font-size:36px; display:block;}
.crbtn{ margin:25px 0 0 0;}
.crbtn a{ width:95px; line-height:34px; padding-left:48px; font-size:16px; color:#333333; display:block;border-radius:5px; background:#fff url(http://login.114my.cn/memberpic/kuntaijixie/uploadfile/image/20200817/20200817085447_2054101159.png) no-repeat 11px 3px;}
.crbtn a span{ padding-left:11px; border-left:1px solid #c7c7c7;}
.crbtn a:hover{ box-shadow:0 0 5px #fff;}
.crconcat{ margin:0 80px 0 0;}
.crcode p.crline i{ width:130px;}
.crcode dl{ float:left; margin:5px 0 0 0;}
.crcode dl+dl{ margin-left:11px;}
.crcode dl p{ margin:10px 0 0 0; text-align:center; font-size:14px; color:#c7c7c7;}
.end,.end a{ font-size:14px; color:#75787c;}
.end{ line-height:110px; }
.end a:hover{ color:#fff;}

.crconcat{ text-align:center; height:218px; box-sizing:border-box; }
.crphone{ font-size:33px; font-weight:bold;}
.cr_c{ font-size:14px; line-height:25px; margin:20px 0; color:#75787c;}
.crbtn a{ width:200px; line-height:38px; border-radius:20px; font-size:14px; color:#fff; display:inline-block; background:#39404a; transition:all .3s ease;}
.crbtn a:hover{ box-shadow:0 0 5px #fff;}
.crbtn i{    margin-left: -46px; display:inline-block;  color: #74787d; padding-left:28px; background:url(../uploadfile/image/20210524/20210524114205_432258601.png) no-repeat left center;}


.crcode{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.crcodeleft img{ width:166px; height:166px; padding:15px; background:#fff; position:relative; border-radius:5px;}
.crcodeleft>div{ position:relative;}
.crcodeleft>div:after{ content:''; display:block; position:absolute; left:100%; top:16px; width:0; height:0; border-top:8px solid transparent; border-bottom:8px solid transparent; border-left:9px solid #fff;}
.crright{ margin:0 0 0 30px;}
.crcodeleft>div:nth-child(2):after{ top:76px;}
.crcodeleft>div:nth-child(3):after{ top:135px;}
.crright p{ cursor:pointer;  width:205px; height:46px; transition:all .3s ease; padding-left:25px; font-size:16px; color:#9c9ea9; font-weight:lighter; line-height:46px; border-radius:23px; background:linear-gradient(to right,#0d5291,#142d61);}
.crright p i{ display:inline-block; vertical-align:middle; transition:all .3s ease; margin-right:15px; width:20px; height:20px; background:url(http://login.114my.cn/memberpic/jingtai1/uploadfile/image/20201231/20201231115239_377696897.png) no-repeat center;}
.crright p+p{ margin-top:14px;}
.crright p.on{ background:linear-gradient(to right,#0089e2,#31393c); color:#fff;}
.crright p.on i{ background-image:url(http://login.114my.cn/memberpic/jingtai1/uploadfile/image/20201231/20201231115239_1957143487.png);}



    /*浮动ＱＱ*/
.my-kefu{position: fixed;right: 0px;top:35%;z-index:9999;}
.my-kefu ul{width: 77px;}
.my-kefu li a{text-decoration: none;}
.my-kefu li{background:#004097; margin-top: 1px;padding: 9px 0;height: 77px;width: 77px;}
.my-kefu li i{background: url(../uploadfile/image/20210528/20210528193939_1116405092.png) no-repeat;display:block; width: 30px; height: 27px; margin: 0px auto; text-align: center;}
.my-kefu .ali i {margin: 5px auto;background-image: url(http://login.114my.cn/memberpic/076927280621/uploadfile/image/20201020/20201020090114_43799525.png);}
.my-kefu li p{height: 20px; line-height: 20px; overflow: hidden;text-align: center;color: #fff;}
.my-kefu .my-kefu-qq i{background-position: 4px 0;}
.my-kefu .my-kefu-tel i{background-position: 0 -25px;}
.my-kefu .my-kefu-tel1 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel1:hover{ width:246px; height:145px;}
.my-kefu .my-kefu-tel2 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel2:hover{ width:246px; height:165px;}
.my-kefu .my-kefu-tel3 i{background-position: -28px -98px;}
.my-kefu .my-kefu-liuyan i{background-position: 4px -53px;}
.my-kefu .my-kefu-weixin i{background-position: -34px 4px;}
    
    .my-kefu .my-kefu-xiadan i{background-position: 0 -98px;}
    .my-kefu .my-kefu-wuliu i{background-position: 0 -123px;}
    
.my-kefu .my-kefu-weibo i{background-position: -30px -22px;}
.my-kefu .my-kefu-ftop{background-color:#6d6d6d;}
.my-kefu .my-kefu-ftop i{width:33px;height:35px;background-position: -27px -51px;}
.my-kefu .my-kefu-ftop p{color:#fff;}
.my-kefu-left{ float: left; width: 77px; height: 47px;position: relative;}
.my-kefu-tel-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 18px; padding-left:15px; border-left: 1px solid #ddd; padding-top: 10px;}
.my-kefu-tel1-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-tel2-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-right{width: 20px;}
.my-kefu-tel-main{color: #fff; margin-top: 9px; height: 47px; width: 247px;}
.my-kefu-main{width: 97px;position: relative;}
.my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px; display: none;}
    .my-kefu-xiadan a{color: #fff;font-size: 15px;}
    .my-kefu-wuliu a{color: #fff;font-size: 15px;}
    .my-kefu-qq a{color: #fff;font-size: 15px;}

.news_list .news_div_item_a:hover:after{left:150px;}